forum

home / developersection / forums / in objective-c how to dump data stored obj-c object

In Objective-C how to Dump Data stored obj-c object

zack mathews 2123 29-Sep-2015

In other programming languages like PHP or Perl, it is easy to dump everything that is contained in a variable. Like in PHP using var_dump() or print_r() functions and Perl has the Data::Dumper CPAN class, etc.

So, I want something like that in Objective-C, in few cases it would be very convenient to able to dump everything like that, instead of using gdb to inspect each variable.


Updated on 29-Sep-2015
zack mathews

Other


Message
Can you answer this question?

Answer

1 Answers

Liked By